中文(繁體)
getdate()函數返回某個時間戳或者當前本地的日期/時間的日期/時間信息。
getdate()
返回當前本地的日期/時間的日期/時間信息:
<?php print_r ( getdate ( ) ) ; ?>
親自試一試
getdate ( timestamp ) ;